home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / p_man / cat3 / f90 / radix.z / radix
Encoding:
Text File  |  1998-10-30  |  1.5 KB  |  43 lines

  1. RADIX(3I)                                              Last changed: 1-6-98
  2.  
  3.  
  4. NNAAMMEE
  5.      RRAADDIIXX - Returns the base number from the real or integer number models
  6.  
  7. SSYYNNOOPPSSIISS
  8.      RRAADDIIXX (([XX==]_x))
  9.  
  10. IIMMPPLLEEMMEENNTTAATTIIOONN
  11.      UNICOS, UNICOS/mk, and IRIX systems
  12.  
  13. SSTTAANNDDAARRDDSS
  14.      Fortran 90
  15.  
  16. DDEESSCCRRIIPPTTIIOONN
  17.      The RRAADDIIXX intrinsic function returns the base number of the model
  18.      (either real or integer) that represents numbers of the same type and
  19.      kind type parameter as the argument specified.  For more information
  20.      on the real number model and the integer number model, see the
  21.      MMOODDEELLSS(3I) man page.  It accepts the following argument:
  22.  
  23.      _x    Must be of type integer or real.  It may be scalar or array
  24.           valued.
  25.  
  26.      RRAADDIIXX is an inquiry function.  The name of this intrinsic cannot be
  27.      passed as an argument.
  28.  
  29. RREETTUURRNN VVAALLUUEESS
  30.      The result is a default integer scalar.  The result has the value _r if
  31.      _x is of type integer and the value _b if _x is of type real, where _r and
  32.      _b are as defined in the model.
  33.  
  34. EEXXAAMMPPLLEESS
  35.      RRAADDIIXX((XX)) has the value 2 for real XX.
  36.  
  37. SSEEEE AALLSSOO
  38.      MMOODDEELLSS(3I)
  39.  
  40.      _I_n_t_r_i_n_s_i_c _P_r_o_c_e_d_u_r_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l, publication SR-2138, for the
  41.      printed version of this man page.
  42.  
  43.